You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These build failures are occurring due to the importScript command (written for vue), which returns a Selenium WebElement instead of Nightwatch's extended webElement, causing missing methods like find.
Though svelte has written, they support node 14.18.x in their package.json. But in the recent updates, they have used performance (introduced in node v16.0) here and btoa (introduced in node v15.13.0) here which causing error for svelte component tests in node v14. But working fine in node >=16.0
And as discussed we will remove support v14, so I have upgraded node versions in CI workflow only. Let me know if I should add engines in package.json also or we will take this call later.
And as discussed we will remove support v14, so I have upgraded node versions in CI workflow only. Let me know if I should add engines in package.json also or we will take this call later.
Yes please update that too
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.